'Declaration
Public Overloads ReadOnly Property Item( _ ByVal min As Nullable(Of Double), _ ByVal max As Nullable(Of Double), _ ByVal parameterName As String, _ ByVal isEmployerRateCard As Boolean _ ) As RateCardFinder
'Usage
Dim instance As Rates Dim min As Nullable(Of Double) Dim max As Nullable(Of Double) Dim parameterName As String Dim isEmployerRateCard As Boolean Dim value As RateCardFinder value = instance.Item(min, max, parameterName, isEmployerRateCard)
public RateCardFinder Item( Nullable<double> min, Nullable<double> max, string parameterName, bool isEmployerRateCard ) {get;}
public read-only property Item( min: Nullable; max: Nullable; parameterName: String; isEmployerRateCard: Boolean ): RateCardFinder;
public function get Item( min : Nullable, max : Nullable, parameterName : String, isEmployerRateCard : boolean ) : RateCardFinder
public: __property RateCardFinder* get_Item( Nullable<double> min, Nullable<double> max, string* parameterName, bool isEmployerRateCard );
public: property RateCardFinder^ Item { RateCardFinder^ get(Nullable<double> min, Nullable<double> max, String^ parameterName, bool isEmployerRateCard); }
Parameters
- min
- max
- parameterName
- isEmployerRateCard